Typo fix.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 27 May 2004 04:12:17 +0000 (04:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 27 May 2004 04:12:17 +0000 (04:12 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmenuitem.c

index 7cfa2c14054533e1325bc953e60bf3eb478a9825..1a9a138b9933b72ddaf88f66642116e12e7655bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
+
 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
index 7cfa2c14054533e1325bc953e60bf3eb478a9825..1a9a138b9933b72ddaf88f66642116e12e7655bb 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
+
 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
index 7cfa2c14054533e1325bc953e60bf3eb478a9825..1a9a138b9933b72ddaf88f66642116e12e7655bb 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
+
 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
index 7cfa2c14054533e1325bc953e60bf3eb478a9825..1a9a138b9933b72ddaf88f66642116e12e7655bb 100644 (file)
@@ -1,3 +1,7 @@
+Thu May 27 00:11:01 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
+
 Thu May 27 00:07:47 2004  Jonathan Blandford  <jrb@gnome.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the
index 039a6c5ef90c3089ff82bea74d3a3a8f11aecc56..2556e7b79a2b0cae5c59dac87eeade4418fc5834 100644 (file)
@@ -502,7 +502,7 @@ gtk_menu_item_size_request (GtkWidget      *widget,
   g_return_if_fail (requisition != NULL);
 
   gtk_widget_style_get (widget,
-                       "horizontal padding", &horizontal_padding,
+                       "horizontal_padding", &horizontal_padding,
                        NULL);
   
   bin = GTK_BIN (widget);